PDFContentRedactionOptions Class Members
In This Topic
The following tables list the members exposed by PDFContentRedactionOptions.
Public Constructors
Public Methods
| | Name | Description |
 | getContentRedactionType | Gets the type of the redacted content. |
 | getIncludePartialCharacters | Gets a value indicating whether characters that fit partially the redaction area should be redacted. |
 | getRedactedPixelsColor | Gets the pixels color in redacted images. |
 | getRedactionColor | Gets the redaction color. |
 | setContentRedactionType | Sets the type of the redacted content. |
 | setIncludePartialCharacters | Sets a value indicating whether characters that fit partially the redaction area should be redacted. |
 | setRedactedPixelsColor | Sets the pixels color in redacted images. Note: The library will try to set the redacted pixels in an image to this color if possible. If not possible, the redacted pixels will be set to 0. Also due to the PDF internal color transformations that can be applied to an image, the final visible color of the redacted pixels might not match this color. |
 | setRedactionColor | Sets the redaction color. |
Top
See Also